HTTPS Without OpenSSL Native

HTTPS Without OpenSSL Native

am 25.07.2005 22:12:48 von Leonardo Cavallari Militelli

This is a multi-part message in MIME format.

------=_NextPart_000_0024_01C5913C.1536B7E0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi all,

I'm looking for another way to implement ssl on an apache web server =
than using mod_ssl or apache-ssl.=20
Is there a way to implement ssl directly with Openssl?

I'm developing an intrusion detection and prevention system for my msc =
thesis. I already use the sample web server that comes with openssl, but =
now I need to know which are the relation between mod_ssl and the =
openssl?

tks anyway!

Leo
------=_NextPart_000_0024_01C5913C.1536B7E0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable



charset=3Diso-8859-1">




Hi all,

 

I'm looking for another way to =
implement ssl on an=20
apache web server than using mod_ssl or apache-ssl.

Is there a way to implement ssl =
directly with=20
Openssl?

 

I'm developing an intrusion detection =
and=20
prevention system for my msc thesis. I already use the sample web server =
that=20
comes with openssl, but now I need to know which are the relation =
between=20
mod_ssl and the openssl?

 

tks anyway!

 

Leo


------=_NextPart_000_0024_01C5913C.1536B7E0--

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: HTTPS Without OpenSSL Native

am 25.07.2005 22:17:41 von Delfim Machado

This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--Apple-Mail-4-134057325
Content-Type: multipart/alternative; boundary=Apple-Mail-3-134057151


--Apple-Mail-3-134057151
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
charset=US-ASCII;
delsp=yes;
format=flowed

stunnel?


On Jul 25, 2005, at 21:12, Leonardo Cavallari Militelli wrote:

> Hi all,
>
> I'm looking for another way to implement ssl on an apache web
> server than using mod_ssl or apache-ssl.
> Is there a way to implement ssl directly with Openssl?
>
> I'm developing an intrusion detection and prevention system for my
> msc thesis. I already use the sample web server that comes with
> openssl, but now I need to know which are the relation between
> mod_ssl and the openssl?
>
> tks anyway!
>
> Leo
>

--
Delfim Machado

~ "Serei sempre o que nunca irei ser! Sempre serei o que nunca vais
ver!" - Eu mesmo


--Apple-Mail-3-134057151
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
charset=ISO-8859-1

-khtml-line-break: after-white-space; ">stunnel?


class=3D"khtml-block-placeholder">

On Jul 25, =
2005, at 21:12, Leonardo Cavallari Militelli wrote:

class=3D"Apple-interchange-newline">
class=3D"Apple-style-span" style=3D"border-collapse: separate; =
border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; =
font-size: 12px; font-style: normal; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; text-align: auto; =
-khtml-text-decorations-in-effect: none; text-indent: 0px; =
-apple-text-size-adjust: auto; text-transform: none; orphans: 2; =
white-space: normal; widows: 2; word-spacing: 0px; ">
face=3D"Arial" size=3D"2"> style=3D"font-family: Arial; font-size: 10px; ">Hi =
all,
size=3D"2">=A0
class=3D"Apple-style-span" style=3D"font-family: Arial; font-size: 10px; =
">I'm looking for another way to implement ssl on an apache web server =
than using mod_ssl or apache-ssl.
face=3D"Arial" size=3D"2"> style=3D"font-family: Arial; font-size: 10px; ">Is there a way to =
implement ssl directly with Openssl?
face=3D"Arial" size=3D"2">=A0
size=3D"2"> font-size: 10px; ">I'm developing an intrusion detection and prevention =
system for my msc thesis. I already use the sample web server that comes =
with openssl, but now I need to know which are the relation between =
mod_ssl and the openssl?
size=3D"2">=A0
class=3D"Apple-style-span" style=3D"font-family: Arial; font-size: 10px; =
">tks anyway!
size=3D"2">=A0
class=3D"Apple-style-span" style=3D"font-family: Arial; font-size: 10px; =
">Leo

class=3D"Apple-interchange-newline">

=
--
Delfim Machado

class=3D"khtml-block-placeholder">
~ "Serei sempre o que nunca =
irei ser! Sempre serei o que nunca vais ver!" - Eu mesmo
=

=

--Apple-Mail-3-134057151--

--Apple-Mail-4-134057325
content-type: application/pgp-signature; x-mac-type=70674453;
name=PGP.sig
content-description: This is a digitally signed message part
content-disposition: inline; filename=PGP.sig
content-transfer-encoding: 7bit

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFC5Ujn6XDsmUqBS/QRAhQhAJ905RlgWbBqx0zhZPFYNi0eJTwfsgCd E9AO
PQv5Q2MA2biEzEW4dv57i9I=
=u+eG
-----END PGP SIGNATURE-----

--Apple-Mail-4-134057325--
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: HTTPS Without OpenSSL Native

am 25.07.2005 22:24:20 von Leonardo Cavallari Militelli

This is a multi-part message in MIME format.

------=_NextPart_000_0037_01C5913D.B186C800
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I don't think this is the right solution.

I modified some libs on the openssl source, but on the mod_ssl they look =
different.

So, I wonder if there 's any way to instance an https using OpenSSL =
directly( without mod_ssl or apache-ssl) or if someone could tell me the =
relationship between OpenSSL and mod_ssl.

Tks!

----- Original Message -----=20
From: Delfim Machado=20
To: modssl-users@modssl.org=20
Sent: Monday, July 25, 2005 5:17 PM
Subject: Re: HTTPS Without OpenSSL Native


stunnel?




On Jul 25, 2005, at 21:12, Leonardo Cavallari Militelli wrote:


Hi all,

I'm looking for another way to implement ssl on an apache web server =
than using mod_ssl or apache-ssl.
Is there a way to implement ssl directly with Openssl?

I'm developing an intrusion detection and prevention system for my =
msc thesis. I already use the sample web server that comes with openssl, =
but now I need to know which are the relation between mod_ssl and the =
openssl?

tks anyway!

Leo




--
Delfim Machado


~ "Serei sempre o que nunca irei ser! Sempre serei o que nunca vais =
ver!" - Eu mesmo


------=_NextPart_000_0037_01C5913D.B186C800
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable



charset=3Diso-8859-1">



style=3D"WORD-WRAP: break-word; khtml-nbsp-mode: space; =
khtml-line-break: after-white-space"=20
bgColor=3D#ffffff>

I don't think this is the right=20
solution.

 

I modified some libs on the openssl =
source, but on=20
the mod_ssl they look different.

 

So, I wonder if there 's any way to =
instance an=20
https using OpenSSL directly( without mod_ssl or apache-ssl) or if =
someone could=20
tell me the relationship between OpenSSL and mod_ssl.

 

Tks!

 

style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
----- Original Message -----

style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black">From:=20
Delfim =
Machado
=20

To: title=3Dmodssl-users@modssl.org=20
href=3D"mailto:modssl-users@modssl.org">modssl-users@modssl. org
=

Sent: Monday, July 25, 2005 =
5:17 PM

Subject: Re: HTTPS Without =
OpenSSL=20
Native


stunnel?





On Jul 25, 2005, at 21:12, Leonardo Cavallari Militelli =
wrote:
class=3DApple-interchange-newline>
style=3D"WORD-SPACING: 0px; FONT: 12px Helvetica; TEXT-TRANSFORM: =
none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; =
LETTER-SPACING: normal; BORDER-COLLAPSE: separate; border-spacing: 0px =
0px; khtml-text-decorations-in-effect: none; apple-text-size-adjust: =
auto; orphans: 2; widows: 2">
style=3D"FONT-SIZE: 10px; FONT-FAMILY: Arial">Hi =
all,

 

style=3D"FONT-SIZE: 10px; FONT-FAMILY: Arial">I'm looking for =
another way to=20
implement ssl on an apache web server than using mod_ssl or=20
apache-ssl.

style=3D"FONT-SIZE: 10px; FONT-FAMILY: Arial">Is there a way to =
implement ssl=20
directly with Openssl?

 

style=3D"FONT-SIZE: 10px; FONT-FAMILY: Arial">I'm developing an =
intrusion=20
detection and prevention system for my msc thesis. I already use the =
sample=20
web server that comes with openssl, but now I need to know which are =
the=20
relation between mod_ssl and the openssl?

 

style=3D"FONT-SIZE: 10px; FONT-FAMILY: Arial">tks =
anyway!

 

style=3D"FONT-SIZE: 10px; FONT-FAMILY: =
Arial">Leo
class=3DApple-interchange-newline>



--

Delfim Machado



~ "Serei sempre o que nunca irei ser! Sempre serei o que nunca =
vais ver!"=20
- Eu mesmo



------=_NextPart_000_0037_01C5913D.B186C800--

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

RE: HTTPS Without OpenSSL Native

am 26.07.2005 04:10:54 von PJ

Download the apache source and study mod_ssl its pretty clean...


-----Original Message-----
From: owner-modssl-users@modssl.org =
[mailto:owner-modssl-users@modssl.org]
On Behalf Of Delfim Machado
Sent: Tuesday, 26 July 2005 4:18 AM
To: modssl-users@modssl.org
Subject: Re: HTTPS Without OpenSSL Native

stunnel?


On Jul 25, 2005, at 21:12, Leonardo Cavallari Militelli wrote:



Hi all,
=A0
I'm looking for another way to implement ssl on an apache web server =
than
using mod_ssl or apache-ssl.
Is there a way to implement ssl directly with Openssl?
=A0
I'm developing an intrusion detection and prevention system for my msc
thesis. I already use the sample web server that comes with openssl, but =
now
I need to know which are the relation between mod_ssl and the openssl?
=A0
tks anyway!
=A0
Leo



--
Delfim Machado

~ "Serei sempre o que nunca irei ser! Sempre serei o que nunca vais =
ver!" -
Eu mesmo


--=20
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.9.4/57 - Release Date: 22/07/2005
=20
=20

--=20
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.9.5/58 - Release Date: 25/07/2005
=20

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

RE: HTTPS Without OpenSSL Native

am 28.07.2005 00:07:58 von dufresne

This message is in MIME format. The first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools.

--1028002384-1828566319-1122502078=:22087
Content-Type: TEXT/PLAIN; charset=iso-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tue, 26 Jul 2005, Pj wrote:

> Download the apache source and study mod_ssl its pretty clean...
>


The ugly end is when he needs to DL and study the openssl code which is=20
likely to be far less clean and much more hefty.

thanks,

Ron DuFresne

>
> -----Original Message-----
> From: owner-modssl-users@modssl.org [mailto:owner-modssl-users@modssl.o=
rg]
> On Behalf Of Delfim Machado
> Sent: Tuesday, 26 July 2005 4:18 AM
> To: modssl-users@modssl.org
> Subject: Re: HTTPS Without OpenSSL Native
>
> stunnel?
>
>
> On Jul 25, 2005, at 21:12, Leonardo Cavallari Militelli wrote:
>
>
>
> Hi all,
> =A0
> I'm looking for another way to implement ssl on an apache web server th=
an
> using mod_ssl or apache-ssl.
> Is there a way to implement ssl directly with Openssl?
> =A0
> I'm developing an intrusion detection and prevention system for my msc
> thesis. I already use the sample web server that comes with openssl, bu=
t now
> I need to know which are the relation between mod_ssl and the openssl?
> =A0
> tks anyway!
> =A0
> Leo
>
>
>
> --
> Delfim Machado
>
> ~ "Serei sempre o que nunca irei ser! Sempre serei o que nunca vais ver=
!" -
> Eu mesmo
>
>
> --
> No virus found in this incoming message.
> Checked by AVG Anti-Virus.
> Version: 7.0.338 / Virus Database: 267.9.4/57 - Release Date: 22/07/200=
5
>
>
>
> --
> No virus found in this outgoing message.
> Checked by AVG Anti-Virus.
> Version: 7.0.338 / Virus Database: 267.9.5/58 - Release Date: 25/07/200=
5
>
>
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
>

- --=20
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
admin & senior security consultant: sysinfo.com
http://sysinfo.com
Key fingerprint =3D 9401 4B13 B918 164C 647A E838 B2DF AFCC 94B0 6629

....We waste time looking for the perfect lover
instead of creating the perfect love.

-Tom Robbins
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFC6AXBst+vzJSwZikRAhpGAJ93muvCmR2w70iJIl2j9VA2CyUlegCd Ez2a
oIsZ5luuj/lnaIGrThM/iE0=3D
=3DhPwk
-----END PGP SIGNATURE-----
--1028002384-1828566319-1122502078=:22087--
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org